home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / Aztec Source Level Debugger / demo / patterns.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-06-13  |  297 b   |  32 lines

  1. static unsigned short Mypattern[] = {
  2.     0xf0f0,
  3.     0xf0f0,
  4.     0xf0f0,
  5.     0xf0f0,
  6.     0x0f0f,
  7.     0x0f0f,
  8.     0x0f0f,
  9.     0x0f0f
  10. };
  11.  
  12. static unsigned short Mymulti[] = {
  13.     0x3033,
  14.     0x3033,
  15.     0xc0cc,
  16.     0xc0cc,
  17.     0x0330,
  18.     0x0330,
  19.     0x0cc0,
  20.     0x0cc0,
  21.  
  22.     0x0330,
  23.     0x0330,
  24.     0x0cc0,
  25.     0x0cc0,
  26.     0x3003,
  27.     0x3003,
  28.     0xc00c,
  29.     0xc00c
  30. };
  31.  
  32.